home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / rcs / src / a4-9.sty < prev    next >
Text File  |  1991-10-29  |  1KB  |  30 lines

  1. \hoffset=-5mm
  2. \voffset=0mm
  3. \normalsize             % this sets \baselineskip
  4.  
  5. \dimen@=198mm
  6. \count@=\dimen@          % value in sp
  7. \advance \count@ by -\topskip     % \topskip and \baselineskip will be
  8. \divide \count@ by \baselineskip %    coerced to integer, value is in sp
  9.  
  10. \textheight=\count@\baselineskip % \count@ equals the number of lines - 1
  11. \advance \textheight by \topskip
  12. \topmargin=297mm
  13.    \advance \topmargin by -\textheight % place for top and bottom margin
  14.    \divide \topmargin by 3           % place for top margin
  15.    \advance \topmargin by -20mm           % driver margin
  16.    \advance \topmargin by -\headheight
  17.    \advance \topmargin by -\headsep
  18.  
  19. \textwidth=140.1mm
  20. \if@twoside
  21.    \oddsidemargin=6mm               % 26mm - 20mm (driver margin)
  22.    \evensidemargin=24mm               % 44mm - 20mm (driver margin)
  23.    \marginparwidth=33mm               % half of total vertical margin
  24. \else
  25.    \oddsidemargin=17mm               % 37mm - 20mm (driver margin)
  26.    \marginparwidth=22mm               % third of total vertical margin
  27.    \evensidemargin=\maxdimen    % usage should result in an error message
  28. \fi
  29. \endinput
  30.